home *** CD-ROM | disk | FTP | other *** search
- *** orig/gas-211/gas/config/objcoffb.h Sat Jun 26 19:08:20 1993
- --- src/gas-211/gas/config/objcoffb.h Sat Jun 26 19:08:40 1993
- ***************
- *** 66,72 ****
- --- 66,76 ----
-
- #ifdef TC_I386
- #include "coff/i386.h"
- + #ifdef TE_GO32
- + #define TARGET_FORMAT "coff-go32"
- + #else
- #define TARGET_FORMAT "coff-i386"
- + #endif
- #endif
-
- #ifdef TC_A29K
-